From 7e900e1e0f35bd81e31d7ae52026a9abc55ef7a1 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sat, 5 Apr 2025 22:24:44 +0200 Subject: [PATCH] scan-build-py-fix-default-bin =================================================================== Gbp-Pq: Name scan-build-py-fix-default-bin.diff --- clang/tools/scan-build-py/lib/libscanbuild/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/scan-build-py/lib/libscanbuild/arguments.py b/clang/tools/scan-build-py/lib/libscanbuild/arguments.py index e9794e7959..2eafa4e8ea 100644 --- a/clang/tools/scan-build-py/lib/libscanbuild/arguments.py +++ b/clang/tools/scan-build-py/lib/libscanbuild/arguments.py @@ -293,7 +293,7 @@ def create_analyze_parser(from_build_command): "--use-analyzer", metavar="", dest="clang", - default="clang", + default="clang-18", help="""'%(prog)s' uses the 'clang' executable relative to itself for static analysis. One can override this behavior with this option by using the 'clang' packaged with Xcode (on OS X) or from the PATH.""", -- 2.30.2